home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / halt / scripts / DefineSprite_194 / frame_3 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  241 b   |  17 lines

  1. this._visible = false;
  2. this._x = 200;
  3. this._y = 150;
  4. this.mask.ph._xscale = 100;
  5. this.mask.ph._yscale = 100;
  6. this.mask.ph._x = 0;
  7. this.mask.ph._y = 0;
  8. count = 0;
  9. if(this.file eq "")
  10. {
  11.    gotoAndStop(2);
  12. }
  13. else
  14. {
  15.    play();
  16. }
  17.